Remove leftover CVS conflict indicator lines (>>>>>>>).
authorTor Lillqvist <tml@iki.fi>
Sun, 15 Oct 2000 17:17:10 +0000 (17:17 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 15 Oct 2000 17:17:10 +0000 (17:17 +0000)
2000-10-15  Tor Lillqvist  <tml@iki.fi>

* ChangeLog: Remove leftover CVS conflict indicator lines (>>>>>>>).

* makefile.mingw: Add rules for fa, he, sp and sr.

po/ChangeLog
po/makefile.mingw

index 226dc9f6763abbf973590448949ca39c66d30138..f1d4774c6427ff80dc882dc034be35a2553c49e6 100644 (file)
@@ -1,3 +1,9 @@
+2000-10-15  Tor Lillqvist  <tml@iki.fi>
+
+       * ChangeLog: Remove leftover CVS conflict indicator lines (>>>>>>>).
+
+       * makefile.mingw: Add rules for fa, he, sp and sr.
+
 2000-10-14  Robert Brady  <robert@suse.co.uk>
 
        * fa.po: Added Persian translation from Roozbeh Pournader 
 2000-03-13  Pablo Saratxaga <pablo@mandrakesoft.com>
        * lt.po: Updated Lithuanian file
 
->>>>>>> 1.71
 2000-02-26  Christopher R. Gabriel  <cgabriel@firenze.linux.it>
 
        * it.po: Updated italian translation.
 
        * tr.po: Added the Turkish translation , edited ../configure.in & makefile.cygwin .
 
->>>>>>> 1.48
 1999-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * makefile.cygwin: New file for building the message catalogs on
        to UTF-8 in two passes using the useful native2ascii tool from the
        JDK.
 
->>>>>>> 1.40
 1999-10-06  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated.
        * et.po: Added Estonian language file from
         Lauris Kaplinski <lauris@ariman.ee>
 
->>>>>>> 1.39
 1999-09-03  Zbigniew Chyla  <chyla@alice.ci.pwr.wroc.pl>
 
        * pl.po: Updated translation.
index 9025d934f725f102ce663e426487c7158f7a830f..00afd437b6b21ef86d0a2845709815a9a5e5d373 100644 (file)
@@ -68,6 +68,10 @@ et.utf8: et.po
 eu.utf8: eu.po
        iconv -f ISO-8859-1 -t UTF-8 eu.po >$@
 
+# Farsi is already in UTF-8.
+fa.utf8: fa.po
+       cp fa.po fa.utf8
+
 fi.utf8: fi.po
        iconv -f ISO-8859-1 -t UTF-8 fi.po >$@
 
@@ -80,6 +84,10 @@ ga.utf8: ga.po
 gl.utf8: gl.po
        iconv -f ISO-8859-1 -t UTF-8 gl.po >$@
 
+# Hebrew is already in UTF-8.
+he.utf8: he.po
+       cp he.po he.utf8
+
 hr.utf8: hr.po
        iconv -f ISO-8859-2 -t UTF-8 hr.po >$@
 
@@ -128,6 +136,12 @@ sl.utf8: sl.po
 sv.utf8: sv.po
        iconv -f ISO-8859-1 -t UTF-8 sv.po >$@
 
+sp.utf8: sp.po
+       iconv -f ISO-8859-5 -t UTF-8 sp.po >$@
+
+sr.utf8: sr.po
+       iconv -f ISO-8859-2 -t UTF-8 sr.po >$@
+
 uk.utf8: uk.po
        iconv -f KOI8-U -t UTF-8 uk.po >$@